github.com/jackc/pgx/v5/pgconn.scramClient.password (field)
4 uses
github.com/jackc/pgx/v5/pgconn (current package)
auth_scram.go#L146: password string
auth_scram.go#L197: sc.password, err = precis.OpaqueString.String(password)
auth_scram.go#L200: sc.password = password
auth_scram.go#L314: sc.saltedPassword, err = pbkdf2.Key(sha256.New, sc.password, sc.salt, sc.iterations, 32)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)